﻿2026-06-22T00:57:02.2307826Z ##[group]Run set -euo pipefail
2026-06-22T00:57:02.2308137Z [36;1mset -euo pipefail[0m
2026-06-22T00:57:02.2308350Z [36;1mPIN=0c95435[0m
2026-06-22T00:57:02.2308552Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T00:57:02.2308798Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T00:57:02.2309192Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T00:57:02.2309626Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T00:57:02.2310030Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T00:57:02.2310378Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T00:57:02.2310608Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T00:57:02.2310865Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T00:57:02.2311184Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T00:57:02.2311504Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T00:57:02.2311747Z [36;1mfi[0m
2026-06-22T00:57:02.2312018Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T00:57:02.2325731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T00:57:02.2326022Z env:
2026-06-22T00:57:02.2326203Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T00:57:02.2326429Z ##[endgroup]
2026-06-22T00:57:02.5510404Z    Compiling proc-macro2 v1.0.106
2026-06-22T00:57:02.5511064Z    Compiling unicode-ident v1.0.24
2026-06-22T00:57:02.5511586Z    Compiling quote v1.0.45
2026-06-22T00:57:02.5511934Z    Compiling libc v0.2.186
2026-06-22T00:57:02.5512597Z    Compiling serde_core v1.0.228
2026-06-22T00:57:02.5512859Z    Compiling cfg-if v1.0.4
2026-06-22T00:57:02.5549464Z    Compiling serde v1.0.228
2026-06-22T00:57:02.5562630Z    Compiling log v0.4.32
2026-06-22T00:57:02.5614167Z    Compiling pin-project-lite v0.2.17
2026-06-22T00:57:02.5643808Z    Compiling portable-atomic v1.13.1
2026-06-22T00:57:02.5683101Z    Compiling typenum v1.20.1
2026-06-22T00:57:02.5749649Z    Compiling memchr v2.8.1
2026-06-22T00:57:02.5750272Z    Compiling version_check v0.9.5
2026-06-22T00:57:02.5779825Z    Compiling critical-section v1.2.0
2026-06-22T00:57:02.5812914Z    Compiling find-msvc-tools v0.1.9
2026-06-22T00:57:02.6096510Z    Compiling shlex v2.0.1
2026-06-22T00:57:02.6464441Z    Compiling futures-core v0.3.32
2026-06-22T00:57:02.6770846Z    Compiling subtle v2.6.1
2026-06-22T00:57:02.7502645Z    Compiling bytes v1.11.1
2026-06-22T00:57:02.8070559Z    Compiling smallvec v1.15.1
2026-06-22T00:57:02.8073198Z    Compiling equivalent v1.0.2
2026-06-22T00:57:02.8308760Z    Compiling itoa v1.0.18
2026-06-22T00:57:02.8884964Z    Compiling semver v1.0.28
2026-06-22T00:57:02.9000476Z    Compiling stable_deref_trait v1.2.1
2026-06-22T00:57:02.9001630Z    Compiling slab v0.4.12
2026-06-22T00:57:02.9160863Z    Compiling futures-sink v0.3.32
2026-06-22T00:57:02.9320342Z    Compiling futures-io v0.3.32
2026-06-22T00:57:02.9671574Z    Compiling generic-array v0.14.7
2026-06-22T00:57:02.9860698Z    Compiling futures-task v0.3.32
2026-06-22T00:57:03.0261172Z    Compiling futures-channel v0.3.32
2026-06-22T00:57:03.0740859Z    Compiling bitflags v2.12.1
2026-06-22T00:57:03.0840982Z    Compiling rustversion v1.0.22
2026-06-22T00:57:03.1020870Z    Compiling hashbrown v0.17.1
2026-06-22T00:57:03.1210722Z    Compiling cpufeatures v0.2.17
2026-06-22T00:57:03.1350793Z    Compiling fnv v1.0.7
2026-06-22T00:57:03.2023255Z    Compiling rustc_version v0.4.1
2026-06-22T00:57:03.2143899Z    Compiling cfg_aliases v0.2.1
2026-06-22T00:57:03.2145760Z    Compiling rand_core v0.10.1
2026-06-22T00:57:03.2464266Z    Compiling strsim v0.11.1
2026-06-22T00:57:03.2980563Z    Compiling litemap v0.8.2
2026-06-22T00:57:03.3020242Z    Compiling writeable v0.6.3
2026-06-22T00:57:03.3530912Z    Compiling utf8_iter v1.0.4
2026-06-22T00:57:03.3710564Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T00:57:03.3880407Z    Compiling getrandom v0.4.2
2026-06-22T00:57:03.5183226Z    Compiling dunce v1.0.5
2026-06-22T00:57:03.5280783Z    Compiling ident_case v1.0.1
2026-06-22T00:57:03.5603355Z    Compiling icu_properties_data v2.2.0
2026-06-22T00:57:03.5909066Z    Compiling fs_extra v1.3.0
2026-06-22T00:57:03.6130937Z    Compiling percent-encoding v2.3.2
2026-06-22T00:57:03.6501916Z    Compiling autocfg v1.5.1
2026-06-22T00:57:03.6563001Z    Compiling http v1.4.1
2026-06-22T00:57:03.7127057Z    Compiling unicode-segmentation v1.13.3
2026-06-22T00:57:03.7403661Z    Compiling aws-lc-rs v1.17.0
2026-06-22T00:57:03.8881337Z    Compiling thiserror v2.0.18
2026-06-22T00:57:03.8960696Z    Compiling cpufeatures v0.3.0
2026-06-22T00:57:03.9520482Z    Compiling indexmap v2.14.0
2026-06-22T00:57:03.9594365Z    Compiling scopeguard v1.2.0
2026-06-22T00:57:04.0281051Z    Compiling lock_api v0.4.14
2026-06-22T00:57:04.0370768Z    Compiling chacha20 v0.10.0
2026-06-22T00:57:04.0379851Z    Compiling form_urlencoded v1.2.2
2026-06-22T00:57:04.0602510Z    Compiling syn v2.0.117
2026-06-22T00:57:04.1048744Z    Compiling untrusted v0.9.0
2026-06-22T00:57:04.1301473Z    Compiling heck v0.5.0
2026-06-22T00:57:04.1540451Z    Compiling rustls v0.23.40
2026-06-22T00:57:04.2150819Z    Compiling convert_case v0.10.0
2026-06-22T00:57:04.2350203Z    Compiling atomic-waker v1.1.2
2026-06-22T00:57:04.2660488Z    Compiling anyhow v1.0.102
2026-06-22T00:57:04.2804800Z    Compiling unicode-xid v0.2.6
2026-06-22T00:57:04.3296945Z    Compiling const-oid v0.10.2
2026-06-22T00:57:04.3363418Z    Compiling parking_lot_core v0.9.12
2026-06-22T00:57:04.3432472Z    Compiling httparse v1.10.1
2026-06-22T00:57:04.3704625Z    Compiling jobserver v0.1.34
2026-06-22T00:57:04.3920791Z    Compiling zerocopy v0.8.50
2026-06-22T00:57:04.4196908Z    Compiling paste v1.0.15
2026-06-22T00:57:04.4575958Z    Compiling num-traits v0.2.19
2026-06-22T00:57:04.4982629Z    Compiling hybrid-array v0.4.12
2026-06-22T00:57:04.5410620Z    Compiling curve25519-dalek v4.1.3
2026-06-22T00:57:04.5720553Z    Compiling ahash v0.8.12
2026-06-22T00:57:04.6370742Z    Compiling either v1.16.0
2026-06-22T00:57:04.6660741Z    Compiling cc v1.2.63
2026-06-22T00:57:04.7147747Z    Compiling http-body v1.0.1
2026-06-22T00:57:04.7353356Z    Compiling fastrand v2.4.1
2026-06-22T00:57:04.7670579Z    Compiling base64ct v1.8.3
2026-06-22T00:57:04.7798804Z    Compiling powerfmt v0.2.0
2026-06-22T00:57:04.8330646Z    Compiling crypto-common v0.1.7
2026-06-22T00:57:04.8490457Z    Compiling block-buffer v0.10.4
2026-06-22T00:57:04.9569749Z    Compiling digest v0.10.7
2026-06-22T00:57:04.9651038Z    Compiling deranged v0.5.8
2026-06-22T00:57:04.9910601Z    Compiling vcpkg v0.2.15
2026-06-22T00:57:05.0211965Z    Compiling tower-service v0.3.3
2026-06-22T00:57:05.1060695Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T00:57:05.1181075Z    Compiling pkg-config v0.3.33
2026-06-22T00:57:05.1470583Z    Compiling num-conv v0.2.2
2026-06-22T00:57:05.1660442Z    Compiling base64 v0.22.1
2026-06-22T00:57:05.2420621Z    Compiling mio v1.2.1
2026-06-22T00:57:05.3240621Z    Compiling socket2 v0.6.4
2026-06-22T00:57:05.3340889Z    Compiling getrandom v0.2.17
2026-06-22T00:57:05.4345607Z    Compiling try-lock v0.2.5
2026-06-22T00:57:05.5391079Z    Compiling rand v0.10.1
2026-06-22T00:57:05.5505464Z    Compiling rand_core v0.6.4
2026-06-22T00:57:05.5890190Z    Compiling time-core v0.1.8
2026-06-22T00:57:05.6050977Z    Compiling tinyvec_macros v0.1.1
2026-06-22T00:57:05.6580564Z    Compiling data-encoding v2.11.0
2026-06-22T00:57:05.6660573Z    Compiling zmij v1.0.21
2026-06-22T00:57:05.7300542Z    Compiling tinyvec v1.11.0
2026-06-22T00:57:05.7372122Z    Compiling parking_lot v0.12.5
2026-06-22T00:57:05.7530419Z    Compiling want v0.3.1
2026-06-22T00:57:05.7931137Z    Compiling sha2 v0.10.9
2026-06-22T00:57:05.9205474Z    Compiling crypto-common v0.2.2
2026-06-22T00:57:05.9510622Z    Compiling block-buffer v0.12.0
2026-06-22T00:57:05.9610542Z    Compiling inout v0.1.4
2026-06-22T00:57:06.0496444Z    Compiling cmake v0.1.58
2026-06-22T00:57:06.1140612Z    Compiling vergen-lib v9.1.0
2026-06-22T00:57:06.1550966Z    Compiling n0-future v0.3.2
2026-06-22T00:57:06.1620435Z    Compiling signature v2.2.0
2026-06-22T00:57:06.2580144Z    Compiling crossbeam-utils v0.8.21
2026-06-22T00:57:06.2817852Z    Compiling winnow v1.0.3
2026-06-22T00:57:06.3552133Z    Compiling diatomic-waker v0.2.3
2026-06-22T00:57:06.3702080Z    Compiling serde_json v1.0.150
2026-06-22T00:57:06.4147384Z    Compiling cordyceps v0.3.4
2026-06-22T00:57:06.4233706Z    Compiling parking v2.2.1
2026-06-22T00:57:06.4240938Z    Compiling spin v0.10.0
2026-06-22T00:57:06.5250682Z    Compiling httpdate v1.0.3
2026-06-22T00:57:06.5515150Z    Compiling futures-lite v2.6.1
2026-06-22T00:57:06.5540520Z    Compiling ed25519 v2.2.3
2026-06-22T00:57:06.5790777Z    Compiling cipher v0.4.4
2026-06-22T00:57:06.6088067Z    Compiling netlink-packet-core v0.8.1
2026-06-22T00:57:06.6748639Z    Compiling universal-hash v0.5.1
2026-06-22T00:57:06.6862799Z    Compiling vergen-lib v0.1.6
2026-06-22T00:57:06.7330800Z    Compiling futures-buffered v0.2.13
2026-06-22T00:57:06.7650767Z    Compiling vergen v9.1.0
2026-06-22T00:57:06.7927821Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T00:57:06.8198335Z    Compiling heapless v0.7.17
2026-06-22T00:57:06.8610615Z    Compiling digest v0.11.3
2026-06-22T00:57:06.8750529Z    Compiling noq-udp v0.10.0
2026-06-22T00:57:06.9081146Z    Compiling sync_wrapper v1.0.2
2026-06-22T00:57:06.9150492Z    Compiling byteorder v1.5.0
2026-06-22T00:57:06.9249255Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T00:57:06.9564199Z    Compiling allocator-api2 v0.2.21
2026-06-22T00:57:07.0230264Z    Compiling opaque-debug v0.3.1
2026-06-22T00:57:07.0450864Z    Compiling aws-lc-sys v0.41.0
2026-06-22T00:57:07.0610606Z    Compiling ring v0.17.14
2026-06-22T00:57:07.0877190Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T00:57:07.0968354Z    Compiling hash32 v0.2.1
2026-06-22T00:57:07.0980168Z    Compiling polyval v0.6.2
2026-06-22T00:57:07.1953412Z    Compiling spin v0.9.8
2026-06-22T00:57:07.2311346Z    Compiling vergen-gitcl v1.0.8
2026-06-22T00:57:07.2420843Z    Compiling num_threads v0.1.7
2026-06-22T00:57:07.3630777Z    Compiling ryu v1.0.23
2026-06-22T00:57:07.3980386Z    Compiling fallible-iterator v0.3.0
2026-06-22T00:57:07.4247460Z    Compiling signature v3.0.0
2026-06-22T00:57:07.4330791Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T00:57:07.4440552Z    Compiling tower-layer v0.3.3
2026-06-22T00:57:07.5583704Z    Compiling time v0.3.47
2026-06-22T00:57:07.5797625Z    Compiling ghash v0.5.1
2026-06-22T00:57:07.5871085Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T00:57:07.6043068Z    Compiling ctr v0.9.2
2026-06-22T00:57:07.6276876Z    Compiling aes v0.8.4
2026-06-22T00:57:07.6731218Z    Compiling fs2 v0.4.3
2026-06-22T00:57:07.6804202Z    Compiling aead v0.5.2
2026-06-22T00:57:07.7801942Z    Compiling http-body-util v0.1.3
2026-06-22T00:57:07.7900536Z    Compiling openssl-probe v0.2.1
2026-06-22T00:57:07.8030344Z    Compiling crossbeam-channel v0.5.15
2026-06-22T00:57:07.8320634Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T00:57:07.9450521Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T00:57:08.0050736Z    Compiling blake3 v1.8.5
2026-06-22T00:57:08.0733748Z    Compiling netlink-packet-route v0.29.0
2026-06-22T00:57:08.1431037Z    Compiling uuid v1.23.2
2026-06-22T00:57:08.1630289Z    Compiling memoffset v0.6.5
2026-06-22T00:57:08.3013985Z    Compiling aes-gcm v0.10.3
2026-06-22T00:57:08.3341167Z    Compiling acto v0.8.2
2026-06-22T00:57:08.3998536Z    Compiling netwatch v0.16.0
2026-06-22T00:57:08.4640459Z    Compiling noq v0.18.0
2026-06-22T00:57:08.4943840Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T00:57:08.5410707Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T00:57:08.5644783Z    Compiling xml-rs v0.8.28
2026-06-22T00:57:08.6220946Z    Compiling thiserror v1.0.69
2026-06-22T00:57:08.6691081Z    Compiling foldhash v0.2.0
2026-06-22T00:57:08.7048543Z    Compiling rustc-hash v2.1.2
2026-06-22T00:57:08.7262302Z    Compiling lru-slab v0.1.2
2026-06-22T00:57:08.8111143Z    Compiling ref-cast v1.0.25
2026-06-22T00:57:08.8112930Z    Compiling mac-addr v0.3.0
2026-06-22T00:57:08.8330927Z    Compiling tagptr v0.2.0
2026-06-22T00:57:08.8570612Z    Compiling synstructure v0.13.2
2026-06-22T00:57:08.8930898Z    Compiling darling_core v0.20.11
2026-06-22T00:57:09.0001527Z    Compiling rustix v1.1.4
2026-06-22T00:57:09.0231350Z    Compiling identity-hash v0.1.0
2026-06-22T00:57:09.1413464Z    Compiling serde_derive_internals v0.29.1
2026-06-22T00:57:09.1530639Z    Compiling hashbrown v0.16.1
2026-06-22T00:57:09.3492158Z    Compiling netlink-packet-route v0.30.0
2026-06-22T00:57:09.5200713Z    Compiling proc-macro-crate v3.5.0
2026-06-22T00:57:09.5709502Z    Compiling xmltree v0.10.3
2026-06-22T00:57:09.8610723Z    Compiling serial-core v0.4.0
2026-06-22T00:57:09.9318304Z    Compiling ioctl-rs v0.1.6
2026-06-22T00:57:10.0144755Z    Compiling termios v0.2.2
2026-06-22T00:57:10.0412846Z    Compiling errno v0.3.14
2026-06-22T00:57:10.0529699Z    Compiling aho-corasick v1.1.4
2026-06-22T00:57:10.0861494Z    Compiling simple-dns v0.9.3
2026-06-22T00:57:10.0959697Z    Compiling arrayvec v0.7.6
2026-06-22T00:57:10.1763002Z    Compiling arrayref v0.3.9
2026-06-22T00:57:10.1963995Z    Compiling regex-syntax v0.8.10
2026-06-22T00:57:10.2055069Z    Compiling constant_time_eq v0.4.2
2026-06-22T00:57:10.2430675Z    Compiling toml_write v0.1.2
2026-06-22T00:57:10.2500547Z    Compiling sha1_smol v1.0.1
2026-06-22T00:57:10.2690796Z    Compiling resolv-conf v0.7.6
2026-06-22T00:57:10.3453034Z    Compiling winnow v0.7.15
2026-06-22T00:57:10.3965804Z    Compiling simdutf8 v0.1.5
2026-06-22T00:57:10.4701948Z    Compiling linux-raw-sys v0.12.1
2026-06-22T00:57:10.4850505Z    Compiling smol_str v0.1.24
2026-06-22T00:57:10.5060748Z    Compiling signal-hook v0.3.18
2026-06-22T00:57:10.7246892Z    Compiling signal-hook-registry v1.4.8
2026-06-22T00:57:10.7364351Z    Compiling serial-unix v0.4.0
2026-06-22T00:57:10.8200934Z    Compiling lru v0.16.4
2026-06-22T00:57:10.8310379Z    Compiling serde_derive v1.0.228
2026-06-22T00:57:10.9570645Z    Compiling zeroize_derive v1.4.3
2026-06-22T00:57:10.9820568Z    Compiling tokio-macros v2.7.0
2026-06-22T00:57:10.9950238Z    Compiling futures-macro v0.3.32
2026-06-22T00:57:11.1168446Z    Compiling zerofrom-derive v0.1.7
2026-06-22T00:57:11.3691622Z    Compiling yoke-derive v0.8.2
2026-06-22T00:57:11.5618235Z    Compiling zeroize v1.8.2
2026-06-22T00:57:11.6747824Z    Compiling tokio v1.52.3
2026-06-22T00:57:11.7759399Z    Compiling zerovec-derive v0.11.3
2026-06-22T00:57:11.9351205Z    Compiling futures-util v0.3.32
2026-06-22T00:57:12.3113795Z    Compiling displaydoc v0.2.6
2026-06-22T00:57:12.4976523Z    Compiling zerofrom v0.1.8
2026-06-22T00:57:12.6381002Z    Compiling tracing-attributes v0.1.31
2026-06-22T00:57:12.6838265Z    Compiling yoke v0.8.3
2026-06-22T00:57:12.7302356Z    Compiling rustls-pki-types v1.14.1
2026-06-22T00:57:12.7666553Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T00:57:12.8032147Z    Compiling thiserror-impl v2.0.18
2026-06-22T00:57:13.1856212Z    Compiling zerotrie v0.2.4
2026-06-22T00:57:13.3170501Z    Compiling zerovec v0.11.6
2026-06-22T00:57:13.4520666Z    Compiling darling_macro v0.20.11
2026-06-22T00:57:13.4620715Z    Compiling derive_more-impl v2.1.1
2026-06-22T00:57:13.6367355Z    Compiling n0-error-macros v0.1.3
2026-06-22T00:57:13.7951680Z    Compiling spez v0.1.2
2026-06-22T00:57:13.8460627Z    Compiling darling v0.20.11
2026-06-22T00:57:13.9170659Z    Compiling derive_builder_core v0.20.2
2026-06-22T00:57:14.0803388Z    Compiling tinystr v0.8.3
2026-06-22T00:57:14.1690649Z    Compiling potential_utf v0.1.5
2026-06-22T00:57:14.2870986Z    Compiling icu_locale_core v2.2.0
2026-06-22T00:57:14.3639259Z    Compiling icu_collections v2.2.0
2026-06-22T00:57:14.6080460Z    Compiling der v0.8.0-rc.10
2026-06-22T00:57:14.7559860Z    Compiling n0-error v0.1.3
2026-06-22T00:57:14.7910540Z    Compiling pin-project-internal v1.1.13
2026-06-22T00:57:15.1941730Z    Compiling cobs v0.3.0
2026-06-22T00:57:15.2170371Z    Compiling derive_builder_macro v0.20.2
2026-06-22T00:57:15.2307800Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T00:57:15.4100530Z    Compiling postcard-derive v0.2.2
2026-06-22T00:57:15.5807292Z    Compiling icu_provider v2.2.0
2026-06-22T00:57:15.6840960Z    Compiling derive_builder v0.20.2
2026-06-22T00:57:15.8930476Z    Compiling icu_properties v2.2.0
2026-06-22T00:57:15.9954382Z    Compiling icu_normalizer v2.2.0
2026-06-22T00:57:16.0164535Z    Compiling ed25519-dalek v2.2.0
2026-06-22T00:57:16.1291886Z    Compiling ipnet v2.12.0
2026-06-22T00:57:16.1813610Z    Compiling futures-executor v0.3.32
2026-06-22T00:57:16.3130265Z    Compiling pin-project v1.1.13
2026-06-22T00:57:16.3891073Z    Compiling spki v0.8.0-rc.4
2026-06-22T00:57:16.4200716Z    Compiling futures v0.3.32
2026-06-22T00:57:16.5007351Z    Compiling prefix-trie v0.8.4
2026-06-22T00:57:16.5061664Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T00:57:16.5800301Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T00:57:16.8048081Z    Compiling once_cell v1.21.4
2026-06-22T00:57:16.8790602Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T00:57:16.9045127Z    Compiling data-encoding-macro v0.1.20
2026-06-22T00:57:16.9710520Z    Compiling rustls-native-certs v0.8.4
2026-06-22T00:57:16.9830555Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T00:57:17.0430467Z    Compiling tracing-core v0.1.36
2026-06-22T00:57:17.3450571Z    Compiling async-trait v0.1.89
2026-06-22T00:57:17.4126462Z    Compiling idna_adapter v1.2.2
2026-06-22T00:57:17.4816495Z    Compiling hashbrown v0.14.5
2026-06-22T00:57:17.4910528Z    Compiling postcard v1.1.3
2026-06-22T00:57:17.5221567Z    Compiling num_enum_derive v0.7.6
2026-06-22T00:57:17.5661066Z    Compiling idna v1.1.0
2026-06-22T00:57:17.8764853Z    Compiling tracing v0.1.44
2026-06-22T00:57:17.9690748Z    Compiling tokio-util v0.7.18
2026-06-22T00:57:17.9760875Z    Compiling netlink-sys v0.8.8
2026-06-22T00:57:18.0061560Z    Compiling url v2.5.8
2026-06-22T00:57:18.1160944Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T00:57:18.1341762Z    Compiling derive_more v2.1.1
2026-06-22T00:57:18.2116275Z    Compiling tower v0.5.3
2026-06-22T00:57:18.2631045Z    Compiling hashlink v0.9.1
2026-06-22T00:57:18.3120599Z    Compiling enum-assoc v1.3.0
2026-06-22T00:57:18.4252031Z    Compiling strum_macros v0.28.0
2026-06-22T00:57:18.4719490Z    Compiling netlink-proto v0.12.0
2026-06-22T00:57:18.5498474Z    Compiling netdev v0.42.0
2026-06-22T00:57:18.6702592Z    Compiling num_enum v0.7.6
2026-06-22T00:57:18.7150830Z    Compiling iroh-metrics v0.38.3
2026-06-22T00:57:18.7449706Z    Compiling iroh-relay v0.98.0
2026-06-22T00:57:18.7530914Z    Compiling moka v0.12.15
2026-06-22T00:57:18.7620287Z    Compiling toml_datetime v0.6.11
2026-06-22T00:57:18.7664439Z    Compiling serde_spanned v0.6.9
2026-06-22T00:57:18.8460197Z    Compiling thiserror-impl v1.0.69
2026-06-22T00:57:18.8820847Z    Compiling ref-cast-impl v1.0.25
2026-06-22T00:57:18.9880291Z    Compiling rusqlite v0.32.1
2026-06-22T00:57:19.0391537Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T00:57:19.0481118Z    Compiling iroh-base v0.98.0
2026-06-22T00:57:19.1522707Z    Compiling h2 v0.4.14
2026-06-22T00:57:19.3010906Z    Compiling n0-watcher v0.6.1
2026-06-22T00:57:19.4238164Z    Compiling tokio-stream v0.1.18
2026-06-22T00:57:19.6040670Z    Compiling tower-http v0.6.11
2026-06-22T00:57:19.6290626Z    Compiling attohttpc v0.30.1
2026-06-22T00:57:20.0551141Z    Compiling toml_edit v0.22.27
2026-06-22T00:57:20.0850883Z    Compiling webpki-roots v1.0.7
2026-06-22T00:57:20.1189562Z    Compiling regex-automata v0.4.14
2026-06-22T00:57:20.2100794Z    Compiling schemars_derive v1.2.1
2026-06-22T00:57:20.2471328Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T00:57:20.6208653Z    Compiling darling_core v0.23.0
2026-06-22T00:57:20.6670670Z    Compiling serde_bytes v0.11.19
2026-06-22T00:57:20.8291027Z    Compiling hmac v0.12.1
2026-06-22T00:57:20.8715045Z    Compiling seize v0.5.1
2026-06-22T00:57:20.9440837Z    Compiling iroh v0.98.2
2026-06-22T00:57:20.9587160Z    Compiling rustix v0.38.44
2026-06-22T00:57:21.2219209Z    Compiling bitflags v1.3.2
2026-06-22T00:57:21.2550277Z    Compiling strum v0.28.0
2026-06-22T00:57:21.3160799Z    Compiling pin-utils v0.1.0
2026-06-22T00:57:21.3290673Z    Compiling cmov v0.5.4
2026-06-22T00:57:21.3670767Z    Compiling iroh-dns v0.98.0
2026-06-22T00:57:21.3740412Z    Compiling dyn-clone v1.0.20
2026-06-22T00:57:21.3800521Z    Compiling utf8parse v0.2.2
2026-06-22T00:57:21.4495026Z    Compiling anstyle-parse v1.0.0
2026-06-22T00:57:21.4890763Z    Compiling nix v0.25.1
2026-06-22T00:57:21.5910413Z    Compiling ctutils v0.4.2
2026-06-22T00:57:21.6443630Z    Compiling papaya v0.2.4
2026-06-22T00:57:21.6642476Z    Compiling hkdf v0.12.4
2026-06-22T00:57:21.7015969Z    Compiling filedescriptor v0.8.3
2026-06-22T00:57:21.7962793Z    Compiling backon v1.6.0
2026-06-22T00:57:21.9740741Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T00:57:21.9900359Z    Compiling serial v0.4.0
2026-06-22T00:57:22.0628247Z    Compiling linux-raw-sys v0.4.15
2026-06-22T00:57:22.0910605Z    Compiling anstyle v1.0.14
2026-06-22T00:57:22.1950184Z    Compiling foldhash v0.1.5
2026-06-22T00:57:22.3230639Z    Compiling instability v0.3.12
2026-06-22T00:57:22.3640388Z    Compiling schemars v1.2.1
2026-06-22T00:57:22.4022183Z    Compiling shell-words v1.1.1
2026-06-22T00:57:22.4420927Z    Compiling downcast-rs v1.2.1
2026-06-22T00:57:22.4940703Z    Compiling anstyle-query v1.1.5
2026-06-22T00:57:22.5460397Z    Compiling colorchoice v1.0.5
2026-06-22T00:57:22.5690831Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T00:57:22.6210224Z    Compiling anstream v1.0.0
2026-06-22T00:57:22.6350683Z    Compiling hashbrown v0.15.5
2026-06-22T00:57:22.6398250Z    Compiling signal-hook-mio v0.2.5
2026-06-22T00:57:22.7475374Z    Compiling spake2 v0.4.0
2026-06-22T00:57:23.0361064Z    Compiling regex v1.12.3
2026-06-22T00:57:23.1039363Z    Compiling toml v0.8.23
2026-06-22T00:57:23.4581034Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T00:57:23.6070498Z    Compiling terminal_size v0.4.4
2026-06-22T00:57:23.7167844Z    Compiling strum_macros v0.26.4
2026-06-22T00:57:23.7476584Z    Compiling sha1 v0.10.6
2026-06-22T00:57:23.8158893Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T00:57:24.0340551Z    Compiling itertools v0.13.0
2026-06-22T00:57:24.2375128Z    Compiling castaway v0.2.4
2026-06-22T00:57:24.2897594Z    Compiling doctest-file v1.1.1
2026-06-22T00:57:24.3020673Z    Compiling darling_macro v0.23.0
2026-06-22T00:57:24.3614352Z    Compiling unicode-width v0.1.14
2026-06-22T00:57:24.6400772Z    Compiling darling v0.23.0
2026-06-22T00:57:24.6763079Z    Compiling clap_lex v1.1.0
2026-06-22T00:57:24.6900738Z    Compiling static_assertions v1.1.0
2026-06-22T00:57:24.7310517Z    Compiling indoc v2.0.7
2026-06-22T00:57:24.7480486Z    Compiling compact_str v0.8.2
2026-06-22T00:57:24.7980892Z    Compiling hyper v1.10.1
2026-06-22T00:57:24.8980637Z    Compiling clap_builder v4.6.0
2026-06-22T00:57:24.9500734Z    Compiling interprocess v2.4.2
2026-06-22T00:57:24.9630842Z    Compiling crossterm v0.28.1
2026-06-22T00:57:25.7520731Z    Compiling lru v0.12.5
2026-06-22T00:57:25.8552935Z    Compiling clap_derive v4.6.1
2026-06-22T00:57:25.9019903Z    Compiling portable-pty v0.8.1
2026-06-22T00:57:25.9320546Z    Compiling unicode-truncate v1.1.0
2026-06-22T00:57:25.9633259Z    Compiling unicode-width v0.2.0
2026-06-22T00:57:26.0050744Z    Compiling cassowary v0.3.0
2026-06-22T00:57:26.0120653Z    Compiling iana-time-zone v0.1.65
2026-06-22T00:57:26.0930911Z    Compiling nucleo-matcher v0.3.1
2026-06-22T00:57:26.2903118Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T00:57:26.3579271Z    Compiling chrono v0.4.45
2026-06-22T00:57:26.4457223Z    Compiling strum v0.26.3
2026-06-22T00:57:26.5838116Z    Compiling ratatui v0.29.0
2026-06-22T00:57:26.5920705Z    Compiling qrcode v0.14.1
2026-06-22T00:57:26.7998894Z    Compiling hyper-util v0.1.20
2026-06-22T00:57:27.0708818Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T00:57:27.1058070Z    Compiling tempfile v3.27.0
2026-06-22T00:57:28.0159427Z    Compiling clap v4.6.1
2026-06-22T00:57:28.7787626Z    Compiling igd-next v0.17.1
2026-06-22T00:57:29.9719166Z    Compiling portmapper v0.16.0
2026-06-22T00:57:34.9578046Z    Compiling rustls-webpki v0.103.13
2026-06-22T00:57:37.3567054Z    Compiling tokio-rustls v0.26.4
2026-06-22T00:57:37.3567655Z    Compiling noq-proto v0.17.0
2026-06-22T00:57:37.3568264Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T00:57:37.5077143Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T00:57:37.5077887Z    Compiling hyper-rustls v0.27.9
2026-06-22T00:57:37.5078336Z    Compiling tokio-websockets v0.13.2
2026-06-22T00:57:37.6402817Z    Compiling reqwest v0.13.4
2026-06-22T00:57:38.5952331Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T00:57:52.4572641Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T00:57:53.8104637Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T00:58:00.8451642Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T00:58:04.4995614Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T00:58:04.5215016Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T00:58:04.5227843Z 
2026-06-22T00:58:04.5228205Z running 1 test
2026-06-22T00:58:11.3136756Z test new_brain_serves_against_old_broker ... ok
2026-06-22T00:58:11.3138318Z 
2026-06-22T00:58:11.3138744Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.79s
2026-06-22T00:58:11.3139139Z 
